SftTree/OCX 7.0

SftTreeItems.SelectNoFocusInnerFill1 Property

Softel vdm, Inc.

Defines the starting color used to fill the selection outline for selected items when the tree control does not have the input focus.

Syntax       

Get

VB.NET

Clr = object.SelectNoFocusInnerFill1  As UIntegerLanguage-specific information

VB

Clr = object.SelectNoFocusInnerFill1  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.SelectNoFocusInnerFill1;

VC++

OLE_COLOR Clr = object->SelectNoFocusInnerFill1;
OLE_COLOR Clr = object->GetSelectNoFocusInnerFill1();

C

HRESULT object->get_SelectNoFocusInnerFill1(OLE_COLOR* Clr);

Delphi

Clr := object.SelectNoFocusInnerFill1  : Cardinal;

Put

VB.NET

object.SelectNoFocusInnerFill1 = Clr  As UIntegerLanguage-specific information

VB

object.SelectNoFocusInnerFill1 = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.SelectNoFocusInnerFill1 = Clr;

VC++

OLE_COLOR object->SelectNoFocusInnerFill1 = Clr;
void object->PutSelectNoFocusInnerFill1(OLE_COLOR Clr);

C

HRESULT object->put_SelectNoFocusInnerFill1(OLE_COLOR Clr);

Delphi

object.SelectNoFocusInnerFill1 := Clr  : Cardinal;

object

A SftTreeItems object.

Clr

Defines the starting color used to fill the selection outline for selected items when the tree control does not have the input focus.

Comments

The SelectNoFocusInnerFill1 property defines the starting color used to fill the selection outline for selected items when the tree control does not have the input focus.

The SelectNoFocusInnerFill1 property is only used if the Items.OutlineStyle property is set to OutlineStyleSftTreeRectGradient. Otherwise, it is ignored and the colors depending on the Items.SelectStyle property settings are used.

The Items.SelectStyle and Items.NoFocusStyle properties work in conjunction with the Items.OutlineStyle property to determine the exact appearance of selected items. The highlighted portion of an item is rendered using the outline style defined by the Items.OutlineStyle property.

See Also  SftTreeItems Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com